projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da9f8b
)
Initiate gnus-active-hashtb before making ephemeral group
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Thu, 28 Mar 2019 22:39:53 +0000
(15:39 -0700)
committer
Eric Abrahamsen
<eric@ericabrahamsen.net>
Thu, 28 Mar 2019 22:39:53 +0000
(15:39 -0700)
* lisp/gnus/gnus-group.el (gnus-group-read-ephemeral-group): Needs to
be a hash table, not nil.
lisp/gnus/gnus-group.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-group.el
b/lisp/gnus/gnus-group.el
index 8c2411f4d9268685c928530e1dc1b3b94cf243dc..bd24c3f8dabf6a627ef396574454a6146eead796 100644
(file)
--- a/
lisp/gnus/gnus-group.el
+++ b/
lisp/gnus/gnus-group.el
@@
-2283,7
+2283,8
@@
Return the name of the group if selection was successful."
(nnheader-init-server-buffer)
;; Necessary because of funky inlining.
(require 'gnus-cache)
- (setq gnus-newsrc-hashtb (gnus-make-hashtable 100)))
+ (setq gnus-newsrc-hashtb (gnus-make-hashtable 100)
+ gnus-active-hashtb (gnus-make-hashtable 100)))
;; Transform the select method into a unique server.
(when (stringp method)
(setq method (gnus-server-to-method method)))